File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ SET(COLLISION_EXE_NAME collision)
21
21
22
22
SET (COLLISION_SRCS collision.cpp display.cpp draw.cpp update.cpp game.cpp global .cpp event.cpp )
23
23
24
- # Generate instruction for target in Makefile
25
-
26
- ADD_EXECUTABLE (${COLLISION_EXE_NAME} ${COLLISION_SRCS} )
27
-
28
24
# Setup option list
29
25
30
26
OPTION (CMAKE_WITH_DEBUG "Generate Makefile in debug mode in cmake" OFF )
@@ -59,11 +55,15 @@ OPTION(HINT_ALUT_FOUND "Switch to hint for alut" OFF)
59
55
SET (HINT_ALUT_INCLUDE_DIR "" CACHE STRING "Include directories hinting for alut" )
60
56
SET (HINT_ALUT_LIBRARY "" CACHE STRING "Library names hinting for alut" )
61
57
62
- # Setup libraries list
58
+ # Generate instruction for target in Makefile
63
59
64
60
INCLUDE_DIRECTORIES (${COLLISION_INCLUDE_DIR} )
65
61
LINK_DIRECTORIES (${COLLISION_LIBRARY_DIR} )
66
62
63
+ ADD_EXECUTABLE (${COLLISION_EXE_NAME} ${COLLISION_SRCS} )
64
+
65
+ # Setup libraries list
66
+
67
67
FIND_PACKAGE (PkgConfig )
68
68
69
69
TARGET_LINK_LIBRARIES (${COLLISION_EXE_NAME} ${COLLISION_LIBS} )
You can’t perform that action at this time.
0 commit comments