Skip to content

Commit

Permalink
fix commons flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Frey authored and Pascal Frey committed May 6, 2021
1 parent 2ead131 commit 58ace13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ INSTALL( FILES ${header_files} DESTINATION "$ENV{HOME}/include")
#Executable
project(main)
add_executable( elastic sources/elastic.c)
target_link_libraries( elastic Commons Elas)
target_link_libraries( elastic ${Commons} Elas)
INSTALL( TARGETS elastic RUNTIME DESTINATION "$ENV{HOME}/bin")


Expand Down

0 comments on commit 58ace13

Please sign in to comment.